home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libmeanwhile1 / TODO < prev   
Text File  |  2005-10-10  |  845b  |  49 lines

  1.  
  2. - Storage service
  3.   - why does the server crash on some load requests??
  4.  
  5. - Messages
  6.   - Handshake is more complex than implemented, with login
  7.     information/token
  8.  
  9. - Directory Service
  10.  
  11. - Aware Service
  12.   - remove getText stuff, make the clients records that stuff
  13.  
  14. - IM Service
  15.   - new Client Type, 0x00c0ffee  (0x00 CO FF EE)
  16.   - data message type 0xdecafbad    feature negotiation
  17.     - subtype 0x01        offer named features
  18.     OPAQUE
  19.         COUNT
  20.             STRING
  21.             ADDTL
  22.  
  23.     - subtype 0x02        accept named features
  24.     OPAQUE
  25.         COUNT
  26.             STRING
  27.             ADDTL
  28.  
  29.     - subtype 0x03        remove named features
  30.     OPAQUE
  31.         COUNT
  32.             STRING
  33.         
  34.     - example features:
  35.         "st.plaintext"
  36.         "st.typing"
  37.         "nb.html"
  38.         "nb.mime"
  39.         "nb.topic"
  40.         "mw.encrypt"
  41.         "mw.
  42.  
  43.   - data message type 0xdeadbeef
  44.     - subtype 0x01        named feature message
  45.     OPAQUE
  46.         STRING        name of feature
  47.         OPAQUE        data for message
  48.  
  49.